Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

JDK-8209968: Fix off by one error in image scale calculation #170

Merged
merged 1 commit into from
Sep 4, 2018

Conversation

hjohn
Copy link
Contributor

@hjohn hjohn commented Aug 25, 2018

See issue #164.

Contains additional test for case when dimensions are computed with one of them set to 0, just to confirm that they're working correctly.

@eugener eugener added the bug Something isn't working label Aug 25, 2018
@kevinrushforth
Copy link
Collaborator

In addition to answering Eugene's comments, you have a white-space error in the newly-added test file (see the Travis build log).

Copy link
Collaborator

@kevinrushforth kevinrushforth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In addition to the specific comments, you still have a white-space error (the newly added file as DOS line endings). From the failing Travis log I see this:

Checking for white space errors

...
modules/javafx.graphics/src/test/java/test/com/sun/javafx/iio/common/ImageToolsTest.java :DOS:

Found 1 whitespace or executable issues

To correct, use
   bash tools/scripts/checkWhiteSpace -F -x

Error in white space check

@hjohn hjohn force-pushed the develop branch 2 times, most recently from 341c24f to 7de6fd6 Compare August 31, 2018 13:44
@kevinrushforth
Copy link
Collaborator

kevinrushforth commented Aug 31, 2018

JBS bug: JDK-8209968

Since this is close to being ready to go in, can you send a review request email to [email protected] referencing the JBS bug and this pull request? That way others can see it and comment if they want.

@kevinrushforth kevinrushforth merged commit 4c2a9cf into javafxports:develop Sep 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants